home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Utilities / List Randomizer 2.1 / cards.xml < prev    next >
Encoding:
Text File  |  1994-04-30  |  15.3 KB  |  394 lines

  1. card_3716.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3716</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_4367.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>4025</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_3306.css" />
  13.     <part>
  14.         <id>1</id>
  15.         <type>field</type>
  16.         <visible> <true /> </visible>
  17.         <dontWrap> <false /> </dontWrap>
  18.         <dontSearch> <false /> </dontSearch>
  19.         <sharedText> <false /> </sharedText>
  20.         <fixedLineHeight> <true /> </fixedLineHeight>
  21.         <autoTab> <false /> </autoTab>
  22.         <lockText> <false /> </lockText>
  23.         <rect>
  24.             <left>14</left>
  25.             <top>38</top>
  26.             <right>360</right>
  27.             <bottom>335</bottom>
  28.         </rect>
  29.         <style>scrolling</style>
  30.         <autoSelect> <false /> </autoSelect>
  31.         <showLines> <false /> </showLines>
  32.         <wideMargins> <false /> </wideMargins>
  33.         <multipleLines> <false /> </multipleLines>
  34.         <reservedFamily> 0 </reservedFamily>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>0</icon>
  37.         <textAlign>left</textAlign>
  38.         <font>Geneva</font>
  39.         <textSize>12</textSize>
  40.         <textStyle>plain</textStyle>
  41.         <textHeight>16</textHeight>
  42.         <name>TheList</name>
  43.         <script></script>
  44.     </part>
  45.     <part>
  46.         <id>2</id>
  47.         <type>button</type>
  48.         <visible> <true /> </visible>
  49.         <reserved5> 0 </reserved5>
  50.         <reserved4> 0 </reserved4>
  51.         <reserved3> 0 </reserved3>
  52.         <reserved2> 0 </reserved2>
  53.         <reserved1> 0 </reserved1>
  54.         <enabled> <true /> </enabled>
  55.         <rect>
  56.             <left>368</left>
  57.             <top>41</top>
  58.             <right>482</right>
  59.             <bottom>68</bottom>
  60.         </rect>
  61.         <style>roundrect</style>
  62.         <showName> <true /> </showName>
  63.         <highlight> <false /> </highlight>
  64.         <autoHighlight> <true /> </autoHighlight>
  65.         <sharedHighlight> <true /> </sharedHighlight>
  66.         <family>0</family>
  67.         <titleWidth>0</titleWidth>
  68.         <icon>0</icon>
  69.         <textAlign>center</textAlign>
  70.         <font>Chicago</font>
  71.         <textSize>12</textSize>
  72.         <textStyle>plain</textStyle>
  73.         <name>New List</name>
  74.         <script>----  Script of cd button "New List" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script sets up for a new list.  It allows user to save--     previous list if they desire.--on mouseUpglobal uL,fName,status----  Is there anything to save?--if cd fld "TheList" is not empty thenanswer "Save current list?"  with "No" or "Yes"if it is "Yes" then do saveFileend if----  This button will clear the bkgnd field "TheList"--put empty into cd fld "TheList"put empty into fNameput "N" into statustype tabend mouseUp</script>
  75.     </part>
  76.     <part>
  77.         <id>3</id>
  78.         <type>button</type>
  79.         <visible> <true /> </visible>
  80.         <reserved5> 0 </reserved5>
  81.         <reserved4> 0 </reserved4>
  82.         <reserved3> 0 </reserved3>
  83.         <reserved2> 0 </reserved2>
  84.         <reserved1> 0 </reserved1>
  85.         <enabled> <true /> </enabled>
  86.         <rect>
  87.             <left>368</left>
  88.             <top>73</top>
  89.             <right>482</right>
  90.             <bottom>100</bottom>
  91.         </rect>
  92.         <style>roundrect</style>
  93.         <showName> <true /> </showName>
  94.         <highlight> <false /> </highlight>
  95.         <autoHighlight> <true /> </autoHighlight>
  96.         <sharedHighlight> <true /> </sharedHighlight>
  97.         <family>0</family>
  98.         <titleWidth>0</titleWidth>
  99.         <icon>0</icon>
  100.         <textAlign>center</textAlign>
  101.         <font>Chicago</font>
  102.         <textSize>12</textSize>
  103.         <textStyle>plain</textStyle>
  104.         <name>Open List...</name>
  105.         <script>----  Script of cd button "Open list..." in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script reads in a list from a file.  It first allows--       user to save current list.--on mouseUp----  This button will read the contents of a text file into--  the card field "TheList"--if cd fld "TheList" is not empty thenanswer "Save current list?" with "No" or "Yes"if it is "Yes" then do saveFileput empty into cd field "TheList"end ifreadFileend mouseUp</script>
  106.     </part>
  107.     <part>
  108.         <id>8</id>
  109.         <type>button</type>
  110.         <visible> <true /> </visible>
  111.         <reserved5> 0 </reserved5>
  112.         <reserved4> 0 </reserved4>
  113.         <reserved3> 0 </reserved3>
  114.         <reserved2> 0 </reserved2>
  115.         <reserved1> 0 </reserved1>
  116.         <enabled> <true /> </enabled>
  117.         <rect>
  118.             <left>368</left>
  119.             <top>104</top>
  120.             <right>482</right>
  121.             <bottom>131</bottom>
  122.         </rect>
  123.         <style>roundrect</style>
  124.         <showName> <true /> </showName>
  125.         <highlight> <false /> </highlight>
  126.         <autoHighlight> <true /> </autoHighlight>
  127.         <sharedHighlight> <true /> </sharedHighlight>
  128.         <family>0</family>
  129.         <titleWidth>0</titleWidth>
  130.         <icon>0</icon>
  131.         <textAlign>center</textAlign>
  132.         <font>Chicago</font>
  133.         <textSize>12</textSize>
  134.         <textStyle>plain</textStyle>
  135.         <name>Save List...</name>
  136.         <script>----  Script of cd button "Save List..." in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script saves an existing list, creating a new file--       if necessaryon mouseUpglobal uL,fName,status--saveFileend mouseUp</script>
  137.     </part>
  138.     <part>
  139.         <id>4</id>
  140.         <type>button</type>
  141.         <visible> <true /> </visible>
  142.         <reserved5> 0 </reserved5>
  143.         <reserved4> 0 </reserved4>
  144.         <reserved3> 0 </reserved3>
  145.         <reserved2> 0 </reserved2>
  146.         <reserved1> 0 </reserved1>
  147.         <enabled> <true /> </enabled>
  148.         <rect>
  149.             <left>368</left>
  150.             <top>135</top>
  151.             <right>482</right>
  152.             <bottom>162</bottom>
  153.         </rect>
  154.         <style>roundrect</style>
  155.         <showName> <true /> </showName>
  156.         <highlight> <false /> </highlight>
  157.         <autoHighlight> <true /> </autoHighlight>
  158.         <sharedHighlight> <true /> </sharedHighlight>
  159.         <family>0</family>
  160.         <titleWidth>0</titleWidth>
  161.         <icon>0</icon>
  162.         <textAlign>center</textAlign>
  163.         <font>Chicago</font>
  164.         <textSize>12</textSize>
  165.         <textStyle>plain</textStyle>
  166.         <name>Print List...</name>
  167.         <script>----  Script of cd button "Print List..." in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script prints the field "TheList"--on mouseUp--print cd fld "TheList"end mouseUp</script>
  168.     </part>
  169.     <part>
  170.         <id>5</id>
  171.         <type>button</type>
  172.         <visible> <true /> </visible>
  173.         <reserved5> 0 </reserved5>
  174.         <reserved4> 0 </reserved4>
  175.         <reserved3> 0 </reserved3>
  176.         <reserved2> 0 </reserved2>
  177.         <reserved1> 0 </reserved1>
  178.         <enabled> <true /> </enabled>
  179.         <rect>
  180.             <left>368</left>
  181.             <top>180</top>
  182.             <right>482</right>
  183.             <bottom>207</bottom>
  184.         </rect>
  185.         <style>roundrect</style>
  186.         <showName> <true /> </showName>
  187.         <highlight> <false /> </highlight>
  188.         <autoHighlight> <true /> </autoHighlight>
  189.         <sharedHighlight> <true /> </sharedHighlight>
  190.         <family>0</family>
  191.         <titleWidth>0</titleWidth>
  192.         <icon>0</icon>
  193.         <textAlign>center</textAlign>
  194.         <font>Chicago</font>
  195.         <textSize>12</textSize>
  196.         <textStyle>plain</textStyle>
  197.         <name>Sort</name>
  198.         <script>----  Script of cd button "Sort" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script sorts the list into alphabetical order.--on mouseUp--Sort cd fld "TheList"end mouseUp</script>
  199.     </part>
  200.     <part>
  201.         <id>6</id>
  202.         <type>button</type>
  203.         <visible> <true /> </visible>
  204.         <reserved5> 0 </reserved5>
  205.         <reserved4> 0 </reserved4>
  206.         <reserved3> 0 </reserved3>
  207.         <reserved2> 0 </reserved2>
  208.         <reserved1> 0 </reserved1>
  209.         <enabled> <true /> </enabled>
  210.         <rect>
  211.             <left>368</left>
  212.             <top>212</top>
  213.             <right>482</right>
  214.             <bottom>239</bottom>
  215.         </rect>
  216.         <style>roundrect</style>
  217.         <showName> <true /> </showName>
  218.         <highlight> <false /> </highlight>
  219.         <autoHighlight> <true /> </autoHighlight>
  220.         <sharedHighlight> <true /> </sharedHighlight>
  221.         <family>0</family>
  222.         <titleWidth>0</titleWidth>
  223.         <icon>0</icon>
  224.         <textAlign>center</textAlign>
  225.         <font>Chicago</font>
  226.         <textSize>12</textSize>
  227.         <textStyle>plain</textStyle>
  228.         <name>Randomize</name>
  229.         <script>----  Script of cd button "Randomize" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script randomizes the list--on mouseUp--lock screenput number of lines in cd fld "TheList" into nLinesput cd fld "TheList" into tempListput empty into cd fld "TheList"--repeat until nLines is 0put the random of nLines into lNumberput line lNumber of tempList & return after cd fld "TheList"delete line lNumber of tempListsubtract 1 from nlinesend repeatunlock screenend mouseUp</script>
  230.     </part>
  231.     <part>
  232.         <id>7</id>
  233.         <type>button</type>
  234.         <visible> <true /> </visible>
  235.         <reserved5> 0 </reserved5>
  236.         <reserved4> 0 </reserved4>
  237.         <reserved3> 0 </reserved3>
  238.         <reserved2> 0 </reserved2>
  239.         <reserved1> 0 </reserved1>
  240.         <enabled> <true /> </enabled>
  241.         <rect>
  242.             <left>432</left>
  243.             <top>292</top>
  244.             <right>482</right>
  245.             <bottom>336</bottom>
  246.         </rect>
  247.         <style>rectangle</style>
  248.         <showName> <false /> </showName>
  249.         <highlight> <false /> </highlight>
  250.         <autoHighlight> <true /> </autoHighlight>
  251.         <sharedHighlight> <true /> </sharedHighlight>
  252.         <family>0</family>
  253.         <titleWidth>0</titleWidth>
  254.         <icon>1006</icon>
  255.         <textAlign>center</textAlign>
  256.         <font>Chicago</font>
  257.         <textSize>12</textSize>
  258.         <textStyle>plain</textStyle>
  259.         <name>Finder</name>
  260.         <script>----  Script of cd button "Finder" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script returns you to the Finder--on mouseUpBeepanswer "Returning to Finder..." with "Cancel" or "OK"if it is "OK" then doMenu "Quit HyperCard"end mouseUp</script>
  261.     </part>
  262.     <part>
  263.         <id>9</id>
  264.         <type>button</type>
  265.         <visible> <true /> </visible>
  266.         <reserved5> 0 </reserved5>
  267.         <reserved4> 0 </reserved4>
  268.         <reserved3> 0 </reserved3>
  269.         <reserved2> 0 </reserved2>
  270.         <reserved1> 0 </reserved1>
  271.         <enabled> <true /> </enabled>
  272.         <rect>
  273.             <left>369</left>
  274.             <top>292</top>
  275.             <right>419</right>
  276.             <bottom>336</bottom>
  277.         </rect>
  278.         <style>rectangle</style>
  279.         <showName> <false /> </showName>
  280.         <highlight> <false /> </highlight>
  281.         <autoHighlight> <true /> </autoHighlight>
  282.         <sharedHighlight> <true /> </sharedHighlight>
  283.         <family>0</family>
  284.         <titleWidth>0</titleWidth>
  285.         <icon>20098</icon>
  286.         <textAlign>center</textAlign>
  287.         <font>Chicago</font>
  288.         <textSize>12</textSize>
  289.         <textStyle>plain</textStyle>
  290.         <name>Home</name>
  291.         <script>----  Script of cd button "Home" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----  This script returns you to the Home stack--on mouseUpBeepanswer "Returning to Home Stack..." with "Cancel" or "OK"if it is "OK" then go to stack "Home"end mouseUp</script>
  292.     </part>
  293.     <part>
  294.         <id>10</id>
  295.         <type>button</type>
  296.         <visible> <true /> </visible>
  297.         <reserved5> 0 </reserved5>
  298.         <reserved4> 0 </reserved4>
  299.         <reserved3> 0 </reserved3>
  300.         <reserved2> 0 </reserved2>
  301.         <reserved1> 0 </reserved1>
  302.         <enabled> <true /> </enabled>
  303.         <rect>
  304.             <left>369</left>
  305.             <top>243</top>
  306.             <right>419</right>
  307.             <bottom>287</bottom>
  308.         </rect>
  309.         <style>rectangle</style>
  310.         <showName> <false /> </showName>
  311.         <highlight> <false /> </highlight>
  312.         <autoHighlight> <true /> </autoHighlight>
  313.         <sharedHighlight> <true /> </sharedHighlight>
  314.         <family>0</family>
  315.         <titleWidth>0</titleWidth>
  316.         <icon>2478</icon>
  317.         <textAlign>center</textAlign>
  318.         <font>Chicago</font>
  319.         <textSize>12</textSize>
  320.         <textStyle>plain</textStyle>
  321.         <name>About</name>
  322.         <script>----  Script of button ‚ÄúAbout‚Äù in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----on mouseUpgo to card "About"end mouseUp</script>
  323.     </part>
  324.     <part>
  325.         <id>11</id>
  326.         <type>button</type>
  327.         <visible> <true /> </visible>
  328.         <reserved5> 0 </reserved5>
  329.         <reserved4> 0 </reserved4>
  330.         <reserved3> 0 </reserved3>
  331.         <reserved2> 0 </reserved2>
  332.         <reserved1> 0 </reserved1>
  333.         <enabled> <true /> </enabled>
  334.         <rect>
  335.             <left>432</left>
  336.             <top>243</top>
  337.             <right>482</right>
  338.             <bottom>287</bottom>
  339.         </rect>
  340.         <style>rectangle</style>
  341.         <showName> <false /> </showName>
  342.         <highlight> <false /> </highlight>
  343.         <autoHighlight> <true /> </autoHighlight>
  344.         <sharedHighlight> <true /> </sharedHighlight>
  345.         <family>0</family>
  346.         <titleWidth>0</titleWidth>
  347.         <icon>25002</icon>
  348.         <textAlign>center</textAlign>
  349.         <font>Chicago</font>
  350.         <textSize>12</textSize>
  351.         <textStyle>plain</textStyle>
  352.         <name>Help</name>
  353.         <script>----  Script of button ‚ÄúHelp‚Äù in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----on mouseUpgo to card "Help"end mouseUp</script>
  354.     </part>
  355.     <name></name>
  356.     <script></script>
  357. </card>
  358.  
  359.  
  360. card_5297.xml
  361. <?xml version="1.0" encoding="utf-8" ?>
  362. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  363. <card>
  364.     <id>5297</id>
  365.     <filler1>0</filler1>
  366.     <bitmap>BMAP_4656.pbm</bitmap>
  367.     <cantDelete> <false /> </cantDelete>
  368.     <showPict> <true /> </showPict>
  369.     <dontSearch> <false /> </dontSearch>
  370.     <owner>4025</owner>
  371.     <link rel="stylesheet" type="text/css" href="stylesheet_3306.css" />
  372.     <name>Help</name>
  373.     <script>----  Script of card ‚ÄúHelp‚Äù in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----on mouseUpgo to first cardend mouseUp</script>
  374. </card>
  375.  
  376.  
  377. card_5716.xml
  378. <?xml version="1.0" encoding="utf-8" ?>
  379. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  380. <card>
  381.     <id>5716</id>
  382.     <filler1>0</filler1>
  383.     <bitmap>BMAP_5110.pbm</bitmap>
  384.     <cantDelete> <false /> </cantDelete>
  385.     <showPict> <true /> </showPict>
  386.     <dontSearch> <false /> </dontSearch>
  387.     <owner>4025</owner>
  388.     <link rel="stylesheet" type="text/css" href="stylesheet_3306.css" />
  389.     <name>About</name>
  390.     <script>----  Script of card "About" in stack "List Randomizer"----  Written by Jack W. Richens, Jr.--             Richens Consulting--             P.O. Box 1853--             Columbia, MO  65205--             (314) 445-8042----  Copyright 1991, Richens Consulting, Columbia, Missouri----on mouseUpgo to first cardend mouseUp</script>
  391. </card>
  392.  
  393.  
  394.